home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
devel
/
libx11
/
include
/
x11
/
xp
/
xp.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-01
|
730b
|
27 lines
#ifndef _Xp_h_
#define _Xp_h_
#include <X11/Xp/COPY>
/*
* SCCS_data: @(#) Xp.h 1.2 92/03/18 15:16:51
*
* This module contains declarations useful to clients of the
* Xp library.
*******************************************************************************
*/
#include <X11/Wc/WcCreate.h> /* for _() macro */
/* These are identical: multiple names for backward compatibility
*/
void XpRegisterAthena _(( XtAppContext ));
void XpRegisterAll _(( XtAppContext ));
void AriRegisterAthena _(( XtAppContext ));
/* These are identical: multiple names for backward compatibility
*/
Widget XpCreateSimpleMenu _(( Widget, String, Arg*, Cardinal ));
Widget WcCreateSimpleMenu _(( Widget, String, Arg*, Cardinal ));
#endif /* _Xp_h_ */